
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
--white: #ffffff;
--black: #000000;
--Darkest: #222625;
--Primary-Light: #1B7D63;
--Primary-Base: #026F52;
--Primary-Dark: #02644A;
--Secondary-Light: #70FFCB;
--Secondary-Base: #10FFA9;
--Secondary-Dark: #0EE698;
--Light-Blue: #4073e2;
    /* Fonts */
    --font-sora: 'Sora',sans-serif;

    /* Font size */
    --font-size-sm: 0.938rem;
--font-size-base: 1.125rem;
--font-size-lg: 1.375rem;
--font-size-xl: 1.75rem;
--font-size-2xl: 2.188rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --base: 4rem;
--sm: 8px;
--md: 16px;
--xs: 8px;
--s: 16px;
--m: 32px;
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .QUSry {
      color:black;
      height:100dvh;
      background:var(--grey-100, #F5F5F5);
      font-family:'Sora';
    }

    .AkhjL {
      display:flex;
      row-gap:var(--m);
      max-width:900px;
      column-gap:var(--m);
      align-items:flex-start;
      padding-top:16px;
      padding-bottom:16px;
      justify-content:flex-start;
    }

    .etWgnM {
      font-size:var(--font-size-base);
      font-family:'Sora';
      font-weight:700;
    }

    @media (min-width: 720px) {

    .etWgnM {
      font-size:var(--font-size-lg);
    }
    }

    .eMddjX {
      display:flex;
      row-gap:12px;
      column-gap:12px;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .cRDomI {
      height:100%;
      display:flex;
      background:var(--grey-100, #F5F5F5);
      flex-direction:column;
    }

    .eMLpJd {
      font-family:'Sora';
    }

    .eXjtiz {
      flex:1;
      color:inherit;
      width:100%;
      display:inline-block;
      overflow:hidden;
      text-align:left;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .dBlWhP {
      color:var(--grey-500, #737373);
    }

    .NoJiC {
      color:inherit;
      cursor:pointer;
      height:3rem;
      display:flex;
      z-index:2;
      font-size:var(--font-size-sm);
      align-items:center;
      font-family:inherit;
      padding-left:20px;
      border-radius:40px;
      padding-right:20px;
      flex-direction:row;
      justify-content:start;
      background-color:var(--white, #ffffff);
    }

    .NoJiC:focus-visible {
      outline-color:var(--Secondary-Base, #10FFA9);
      outline-style:solid;
      outline-width:2px;
      background-color:var(--white, #ffffff);
    }

    .NoJiC.isOpen {
      outline-color:var(--Secondary-Base, #10FFA9);
      outline-style:solid;
      outline-width:2px;
      background-color:var(--white, #ffffff);
    }

    .bEtGvT {
      color:var(--grey-900);
      font-size:var(--font-size-sm);
      min-width:300px;
      background: white;
      box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.26);
      overflow-x:clip;
      overflow-y:clip;
      font-family:Sora;
      font-weight:var(--font-weight-normal);
      border-radius:var(--s);
    }

    .egITlx {
      max-height:400px;
      overflow-y:auto;
    }

    .exDdqi {
      width:100%;
      overflow:hidden;
      text-align:left;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .crTQBM {
      color:inherit;
      cursor:pointer;
      display:flex;
      overflow:hidden;
      background: var(--white);
      align-items:start;
      padding-top:12px;
      white-space:nowrap;
      padding-left:20px;
      padding-right:20px;
      text-overflow:ellipsis;
      padding-bottom:12px;
      justify-content:center;
    }

    .crTQBM:hover {
      background: var(--grey-200);
    }

    .crTQBM.isSelected {
      background: var(--Secondary-Light);
      font-family:Sora;
      font-weight:var(--font-weight-bold);
    }

    .fixed-option-address-select\:SByhvUeKwohvAAfQ2dJS8 {
      top:50px;
      width:100%;
      z-index:10;
      position:absolute;
    }

    .bczbmI {
      color:inherit;
      cursor:pointer;
      height:3rem;
      display:flex;
      z-index:2;
      font-size:var(--font-size-sm);
      align-items:center;
      font-family:inherit;
      padding-left:20px;
      border-radius:40px;
      padding-right:20px;
      flex-direction:row;
      justify-content:start;
      background-color:var(--white, #ffffff);
    }

    .PhHJk {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      z-index:1;
      position:fixed;
    }

    .ddVYRI {
      font-size:var(--font-size-sm);
      font-family:'Sora';
      font-weight:var(--font-weight-normal);
    }

    .JphJY {
      gap:4px;
      width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .bHGlaN {
      gap:var(--s);
      width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .cOSvOK {
      gap:4px;
      color:var(--red-700, #B91C1C);
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .eMaaki {
      gap:var(--md);
      cursor:pointer;
      padding-top:var(--s);
      border-color:var(--red-100, #FEE2E2);
      border-style:solid;
      border-width:1px;
      padding-left:var(--s);
      border-radius:8px;
      padding-right:var(--s);
      padding-bottom:var(--s);
      background-color:var(--red-50, #FEF2F2);
    }

    .eMaaki.isNotCollected {
      border-color:var(--red-200, #FECACA);
      border-style:solid;
      border-width:1px;
      background-color:var(--red-100, #FEE2E2);
    }

    .eMaaki:hover {
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      outline-color:var(--Secondary-Dark, #0EE698);
      outline-style:solid;
      outline-width:2px;
    }

    .eMaaki:active {
      background-color:var(--red-100, #FEE2E2);
    }

    .VqMzH {
      color:inherit;
      display:inline-block;
      font-weight:var(--font-weight-bold);
    }

    .cmGvoI {
      top:8px;
      color:var(--grey-400, #A3A3A3);
      right:8px;
      width:fit-content;
      cursor:pointer;
      z-index:10;
      position:absolute;
      padding-top:4px;
      padding-left:4px;
      border-radius:6px;
      padding-right:4px;
      padding-bottom:4px;
    }

    .TgUsI {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      z-index:10;
      position:fixed;
      align-items:center;
      font-family:'Sora';
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
      justify-content:center;
      background-color:#000000a8;
    }

    .bjGFsq {
      gap:8px;
      flex:4;
      flex-wrap:wrap;
      align-items:start;
      flex-direction:row;
      justify-content:start;
    }

    .bURMiL {
      gap:var(--md);
      width:100%;
      max-width:600px;
      box-shadow:0px 0px 10px 0px #00000044;
      padding-top:20px;
      padding-left:20px;
      border-radius:var(--s);
      padding-right:20px;
      padding-bottom:22px;
      background-color:var(--white, #ffffff);
    }

    .eFlZgJ {
      color:var(--Primary-Dark, #02644A);
      width:fit-content;
      cursor:pointer;
      padding-top:4px;
      border-color:var(--Primary-Light, #1B7D63);
      border-style:solid;
      border-width:1px;
      padding-left:4px;
      border-radius:6px;
      padding-right:4px;
      padding-bottom:4px;
    }

    .eFlZgJ:hover {
      background-color:var(--Secondary-Dark, #0EE698);
    }

    .buhIVJ {
      flex:1;
      display:inline-block;
      font-size:var(--font-size-sm);
      text-align:left;
      font-family:'Sora';
    }

    .QSGXh {
      width:32px;
      height:32px;
      align-items:center;
      justify-content:center;
      background-color:#141414;
    }

    .ezlyza {
      width:32px;
      height:32px;
      align-items:center;
      justify-content:center;
      background-color:#BEA064;
    }

    .fwMgzD {
      width:32px;
      height:32px;
      align-items:center;
      justify-content:center;
      background-color:#961E82;
    }

    .elKRHl {
      width:32px;
      height:32px;
      align-items:center;
      justify-content:center;
      background-color:#1E6434;
    }

    .deHNGx {
      width:32px;
      height:32px;
      align-items:center;
      justify-content:center;
      background-color:#00A04B;
    }

    .cgUqdS {
      width:32px;
      height:32px;
      align-items:center;
      justify-content:center;
      background-color:#1EAF8C;
    }

    .cdrUiG {
      width:32px;
      height:32px;
      align-items:center;
      justify-content:center;
      background-color:var(--black);
    }

    .cQnMwv {
      width:32px;
      height:32px;
      align-items:center;
      justify-content:center;
      background-color:#0082BE;
    }

    .fmNpFe {
      width:32px;
      height:32px;
      align-items:center;
      justify-content:center;
      background-color:#A01E41;
    }

    .cLomMq {
      width:32px;
      height:32px;
      align-items:center;
      justify-content:center;
      background-color:#5A6E78;
    }

    .bmoONJ.loading {
      display:none;
    }

    .bmBnmv {
      height:100%;
      font-size:inherit;
    }

    .eyVPLS {
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .mit-affald-not-collected\:mwPWU0EZZ3y-KQLhdC1uE {
      line-height:150%;
    }

    .cCpZlP {
      gap:8px;
      font-size:var(--font-size-sm);
      min-height:34px;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      font-family:'Sora';
      font-weight:var(--font-weight-regular);
      white-space:normal;
      border-color:var(--red-200, #FECACA);
      border-style:solid;
      border-width:1px;
      border-radius:8px;
      padding-right:12px;
      flex-direction:row;
      justify-content:start;
      background-color:var(--white, #ffffff);
    }

    .cqxqYT {
      font-family:'Sora';
      font-weight:var(--font-weight-bold);
    }

    .hFnCF {
      flex:1;
      font-size:var(--font-size-base);
      text-align:left;
      font-family:'Sora';
      font-weight:var(--font-weight-bold);
    }

    .dmzpFN {
      flex:1;
      width:100%;
      height:0px;
      display:flex;
      row-gap:16px;
      column-gap:16px;
      min-height:0px;
      overflow-y:scroll;
      align-items:center;
      padding-top:12px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:column;
      padding-bottom:44px;
      justify-content:start;
    }

    .tLxkI {
      gap:var(--md);
      max-width:400px;
    }

    .fmJbDn {
      width:100%;
      align-items:center;
      justify-content:start;
      background-color:var(--Primary-Base, #026F52);
    }

    .cOgeOP {
      gap:12px;
      width:100%;
      max-width:900px;
    }

    .cOryoL {
      width:100%;
      align-items:center;
      padding-top:24px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:column;
      padding-bottom:24px;
      justify-content:start;
    }

    .bGnppu {
      color:var(--Secondary-Base, #10FFA9);
      font-size:var(--font-size-lg);
      font-family:'Sora';
      font-weight:700;
    }

    @media (min-width: 720px) {

    .bGnppu {
      font-size:var(--font-size-xl);
    }
    }

    .eElAxb {
      gap:var(--xs);
      width:100%;
      max-width:900px;
    }

    .fBFywj {
      flex-direction:column;
    }

    .hYRJR {
      flex:1;
      width:100%;
      flex-direction:row;
    }

    .bXKCFL {
      color:inherit;
      display:inline-block;
    }

    .eVfmCJ {
      color:var(--default-link-color, #2463ebff);
      display:inline-block;
    }

    .BBRXu {
      gap:8px;
      font-size:var(--font-size-sm);
      min-height:34px;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      font-family:'Sora';
      font-weight:var(--font-weight-regular);
      white-space:normal;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      border-radius:8px;
      padding-right:12px;
      flex-direction:row;
      justify-content:start;
    }

    .yimna {
      gap:4px;
      color:var(--Primary-Light, #1B7D63);
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .JczOH {
      display:inline-block;
      font-size:var(--font-size-sm);
      font-family:'Sora';
    }

    .blPifM {
      gap:var(--md);
      width:100%;
      max-width:600px;
      box-shadow:0px 0px 10px 0px #00000044;
      font-family:'Sora';
      padding-top:20px;
      padding-left:20px;
      border-radius:var(--s);
      padding-right:20px;
      padding-bottom:22px;
      background-color:var(--white, #ffffff);
    }

    .dHLtXW {
      gap:var(--md);
      cursor:pointer;
      padding-top:var(--s);
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      padding-left:var(--s);
      border-radius:8px;
      padding-right:var(--s);
      padding-bottom:var(--s);
      background-color:var(--white, #ffffff);
    }

    .dHLtXW.isNotCollected {
      background-color:var(--grey-100, #F5F5F5);
    }

    .dHLtXW:hover {
      outline-color:var(--Secondary-Dark, #0EE698);
      outline-style:solid;
      outline-width:2px;
    }

    .dHLtXW:active {
      background-color:var(--grey-100, #F5F5F5);
    }

    .fFyRpb {
      gap:8px;
      flex:1;
      flex-direction:row;
    }

    .cpJivZ {
      color:var(--grey-700, #404040);
    }

    .bqKXCJ {
      color:inherit;
      display:inline-block;
      flex-wrap:wrap;
    }

    .dJzcHL {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      z-index:10;
      position:fixed;
      align-items:center;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
      justify-content:center;
      background-color:#000000a8;
    }

    .xgjMZ {
      gap:8px;
      color:var(--white, #ffffff);
      cursor:pointer;
      align-items:center;
      padding-top:12px;
      padding-left:32px;
      border-radius:100px;
      padding-right:32px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:center;
      background-color:var(--Primary-Base, #026F52);
    }

    .xgjMZ:hover {
      background-color:var(--Primary-Dark, #02644A);
    }

    .desuNz {
      top:0px;
      left:0px;
      right:0px;
      width:100vw;
      bottom:0px;
      height:100dvh;
      display:flex;
      overflow:hidden;
      position:fixed;
      font-family:inherit;
      flex-direction:column;
    }

    .wiltP {
      display:flex;
      flex-grow:1;
      overflow-y:hidden;
      flex-shrink:1;
      flex-direction:column;
    }

    @media (min-width: 720px) {

    .wiltP {
      height:calc(100vh - 60px);
    }
    }

    .fFxNTW {
      flex:1;
      color:var(--Primary-Base, #026F52);
      font-size:var(--font-size-lg);
      font-weight:700;
    }

    @media (min-width: 720px) {

    .ekptQy {
      display:none;
    }
    }

    .eSEigG {
      display:none;
    }

    @media (min-width: 720px) {

    .eSEigG {
      display:flex;
      flex-direction:column;
    }
    }

    .fzBIOr {
      width:100%;
      text-align:center;
      white-space:normal;
    }

    .eQIVul {
      gap:2px;
      flex:1;
      color:inherit;
      width:20%;
      align-items:center;
      font-family:'Sora';
      justify-content:center;
    }

    .eQIVul.selected {
      padding-bottom:4px;
      border-top-color:var(--Primary-Base, #026F52);
      border-top-style:solid;
      border-top-width:4px;
    }

    .cpEbXt {
      width:100%;
      font-size:12px;
      text-align:center;
      white-space:normal;
    }

    .dcTGRb {
      gap:2px;
      flex:1;
      color:inherit;
      width:20%;
      font-size:inherit;
      align-items:center;
      font-family:'Sora';
      justify-content:center;
    }

    .dcTGRb.selected {
      padding-bottom:4px;
      border-top-color:var(--Primary-Base, #026F52);
      border-top-style:solid;
      border-top-width:4px;
    }

    .cEZfXo {
      color:var(--Darkest, #222625);
      height:86px;
      z-index:1;
      position:relative;
      font-size:12px;
      align-items:stretch;
      flex-direction:row;
      justify-content:space-between;
      background-color:var(--Secondary-Base);
    }

    .NOeMo {
      gap:2px;
      flex:1;
      color:inherit;
      width:20%;
      cursor:pointer;
      font-size:inherit;
      align-items:center;
      font-family:'Sora';
      justify-content:center;
    }

    .NOeMo.selected {
      padding-bottom:4px;
      border-top-color:var(--Primary-Base, #026F52);
      border-top-style:solid;
      border-top-width:4px;
    }

    .fmTXgU {
      color:var(--Darkest, #222625);
      height:100%;
      display:flex;
      position:relative;
      align-items:end;
      font-family:inherit;
      flex-direction:column;
      justify-content:center;
    }

    @media (min-width: 720px) {

    .fmTXgU {
      gap:20px;
      height:100%;
      display:flex;
      align-items:center;
      font-family:inherit;
      flex-direction:row;
      justify-content:end;
    }
    }

    .EcRxI {
      color:var(--Darkest, #222625);
      width:100%;
      cursor:pointer;
      font-size:var(--font-size-sm);
      align-items:start;
      font-family:'Sora';
      padding-top:12px;
      padding-left:12px;
      border-radius:6px;
      padding-right:12px;
      padding-bottom:12px;
      justify-content:center;
      background-color:var(--white, #ffffff);
    }

    .EcRxI:hover {
      background-color:var(--grey-200, #E5E5E5);
    }

    .eHEMNv {
      color:white;
      cursor:pointer;
      height:32px;
      font-size:var(--font-size-sm);
      align-items:center;
      font-weight:var(--font-weight-normal);
      padding-left:8px;
      border-radius:6px;
      padding-right:8px;
      flex-direction:row;
      justify-content:center;
      background-color:var(--Primary-Base, #026F52);
    }

    .MmPky {
      width:200px;
      box-shadow:0px 0px 10px 0px #00000014;
      border-radius:8px;
      background-color:var(--white, #ffffff);
    }

    .bhwQbz {
      cursor:auto;
    }

    .ewXLVn {
      object-fit:;
      justify-content:start;
    }

    .dHyvYN {
      z-index:100;
      position:absolute;
      max-height:0px;
      align-items:stretch;
    }

    .cNuSLM {
      cursor:pointer;
      display:flex;
      outline:none;
      border-radius:var(--border-radius-md, 6px);
      flex-direction:row;
      justify-content:center;
    }

    .cBMmx {
      width:24px;
      height:24px;
    }

    .kfdeC {
      background-color:var(--Primary-Base, #026F52);
    }

    .JNmcO {
      height:100%;
      align-items:start;
      justify-content:center;
    }

    .JNmcO.selected {
      font-weight:var(--font-weight-semi-bold);
      border-bottom-color:var(--Local-Green, #026f52);
      border-bottom-style:solid;
      border-bottom-width:2px;
    }

    .dwtksG:hover {
      color:var(--Local-Green, #026f52);
    }

    .dwtksG.selected {
      font-weight:var(--font-weight-semi-bold);
    }

    .beDKOK {
      height:60px;
      z-index:2;
      position:relative;
      align-items:center;
      font-family:'Sora';
      padding-left:16px;
      padding-right:16px;
      flex-direction:row;
      justify-content:center;
      background-color:var(--Secondary-Base);
    }

    .bzfxiL {
      width:fit-content;
      box-shadow:0px 0px 10px 0px #00000014;
      border-radius:8px;
      background-color:var(--white, #ffffff);
    }

    .cAugwh {
      flex:1;
      color:var(--Primary-Base, #026F52);
      position:relative;
      font-size:var(--font-size-lg);
      font-weight:700;
    }

    .OxuUt {
      gap:8px;
      flex:1;
      align-items:center;
      flex-direction:row;
      justify-content:end;
    }

    .fapkPp {
      color:var(--Darkest, #222625);
      height:100%;
      display:flex;
      font-size:16px;
      align-items:center;
      flex-direction:column;
      justify-content:start;
    }

    @media (min-width: 720px) {

    .fapkPp {
      gap:20px;
      height:100%;
      display:flex;
      align-items:center;
      font-family:inherit;
      flex-direction:row;
      justify-content:center;
    }
    }

    .cMapRJ {
      display:flex;
      row-gap:var(--sm);
      column-gap:var(--sm);
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .cMapRJ::after {
      width:10px;
      height:10px;
      content:"";
      background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/renosyd:chevron-down.png/public") no-repeat 50% / contain;
      padding-top:0px;
      padding-left:8px;
      padding-right:0px;
      padding-bottom:0px;
    }

    .elvEND {
      gap:8px;
      height:60px;
      align-items:center;
      font-family:'Sora';
      padding-left:16px;
      padding-right:16px;
      flex-direction:row;
      justify-content:start;
      background-color:var(--Secondary-Base);
    }

    .fyVrzk {
      height:100%;
      font-family:'Sora';
    }

    .bKdyKJ {
      font-weight:inherit;
    }

    .fuvVTu {
      font-size:var(--font-size-base);
      font-weight:400;
    }

    .dSZRMk {
      gap:16px;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
    }

    .leilH {
      font-size:var(--font-size-sm);
      font-weight:400;
    }

    .cWuDXP {
      font-size:var(--font-size-lg);
      font-family:inherit;
      font-weight:400;
    }

    .StZCj {
      color:var(--Darkest);
      align-items:start;
      flex-direction:column;
      justify-content:start;
      background-color:var(--white);
    }

    .ePmLHA {
      gap:2px;
      font-size:15px;
      font-weight:300;
    }

    .ckVlhb {
      height:100%;
      z-index:3;
      position:relative;
      align-items:start;
      flex-direction:column;
      justify-content:space-between;
      background-color:var(--white, #ffffff);
    }

    .fjgzkD {
      gap:16px;
      color:var(--white);
      width:100%;
      padding-top:24px;
      padding-left:24px;
      padding-right:24px;
      padding-bottom:24px;
      background-color:var(--blue-600);
    }

    .Mit-Affald\:QbQOBer8e8JRHcrnY7Pv7 {
      background:var(--grey-100, #F5F5F5);
    }

    .eKSbBu {
      gap:8px;
      color:var(--white, #ffffff);
      cursor:pointer;
      display:flex;
      align-items:center;
      padding-top:12px;
      padding-left:32px;
      border-radius:100px;
      padding-right:32px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:center;
      background-color:var(--Primary-Base, #026F52);
    }

    .eKSbBu:hover {
      background-color:var(--Primary-Dark, #02644A);
    }

    .dDDVUG {
      font-size:inherit;
      font-family:inherit;
      font-weight:var(--font-weight-regular);
    }

    .dzTLDN {
      color:var(--white, #ffffff);
      font-size:var(--font-size-sm);
      font-family:'Sora';
      font-weight:400;
    }

    @media (min-width: 720px) {

    .dzTLDN {
      font-size:var(--font-size-base);
    }
    }

    .YXJJt {
      width:100%;
      height:100%;
      align-items:center;
      flex-direction:column;
      justify-content:start;
    }

    .bpKqLl {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      z-index:100;
      position:fixed;
      align-items:center;
      justify-content:center;
      background-color:#0000008f;
    }

    .dhjERY {
      flex:1;
      min-height:0px;
      overflow-y:auto;
      padding-left:16px;
      padding-right:16px;
    }

    .ecoLBg {
      row-gap:12px;
      column-gap:12px;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .gTqgo {
      height:100%;
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }

    .fqgjDK {
      gap:8px;
      color:var(--Darkest, #222625);
      cursor:pointer;
      display:flex;
      background:#ffffff;
      align-items:center;
      padding-top:12px;
      border-color:#222625;
      border-style:solid;
      border-width:1px;
      padding-left:32px;
      border-radius:100px;
      padding-right:32px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:center;
    }

    .fqgjDK:hover {
      background:var(--Secondary-Dark, #0EE698);
    }

    .cYrLJf {
      display:flex;
      row-gap:var(--s);
      column-gap:var(--s);
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (max-width: 720px) {

    .cYrLJf {
      row-gap:var(--xs);
      column-gap:var(--xs);
      flex-direction:column;
    }
    }